ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util Namespace / FontSubSet.BigEndianBinaryWriter Class / Write Method / Write(Char[],Int32,Int32) Method

In This Topic
    Write(Char[],Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub Write( _
       ByVal chars() As System.Char, _
       ByVal index As System.Integer, _
       ByVal count As System.Integer _
    ) 
    public virtual void Write( 
       System.char[] chars,
       System.int index,
       System.int count
    )

    Parameters

    chars
    index
    count
    See Also